public.exists_all(hstore, text[]) - Procedure
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

Namepublic.exists_all(hstore, text[])
Comment
Src
CREATE FUNCTION public.exists_all(hstore, text[]) 
 RETURNS boolean AS 
$BODY$hstore_exists_all$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;